<div style="background-image: url(http://plaza.rakuten.co.jp/img/user/92/40/1939240/6.gif)">背景画像</DIV>
|
背景画像
|
<div style="background-image: url(この中にurl);background-attachment:scroll;">背景画像の固定(fixed)or移動(scroll)</DIV>
|
<div style="background-image: url(この中にurl);background-repeat:repeat;">背景画像の繰り返し(repeat)or横繰り返し(repeat-x)or縦繰り返し(repeat-y)or繰り返さない(rno-repeat)</DIV>
|
<div style="background-image: url(この中にurl);background-position:center;">背景画像位置を縦横で指定。center center、center right、center left、left left、right right、top・center・bottom 他%指定など。</DIV>
|
<div style="background: #ffffff url(この中にurl) no-repeat fixed center left;">背景の一括指定。</DIV>
|